Package com.cisco.pt.ipc.events
Class IoeClientProcessEventRegistry
java.lang.Object
com.cisco.pt.ipc.events.IPCEventRegistry
com.cisco.pt.ipc.events.IoeClientProcessEventRegistry
An event for the IPC's IoeClientProcessEventRegistry values
- Author:
- packettracerexapps@external.cisco.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Set<IoeClientProcessEventListener>protected Map<String,Set<IoeClientProcessEventListener>> Fields inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
session, WILDCARD_UUID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(IoeClientProcessEventListener listener) voidaddListener(IoeClientProcessEventListener listener, IoeClientProcess objClass) voidaddListenerFiltered(IoeClientProcessEventListener listener, List<String> events) voidaddSpecificListenerFiltered(IoeClientProcessEventListener listener, IoeClientProcess objClass, List<String> events) voidprocessEvent(IPCEventLTV event) voidremoveListener(IoeClientProcessEventListener listener) voidremoveListener(IoeClientProcessEventListener listener, IoeClientProcess objClass) voidremoveListenerFiltered(IoeClientProcessEventListener listener, List<String> events) voidremoveSpecificListenerFiltered(IoeClientProcessEventListener listener, IoeClientProcess objClass, List<String> events) Methods inherited from class com.cisco.pt.ipc.events.IPCEventRegistry
deregister, deregister, register, register
-
Field Details
-
globalListeners
-
specificObjectListeners
-
-
Constructor Details
-
IoeClientProcessEventRegistry
-
-
Method Details
-
getClassName
- Specified by:
getClassNamein classIPCEventRegistry
-
processEvent
- Specified by:
processEventin classIPCEventRegistry- Throws:
Exception
-
addListenerFiltered
public void addListenerFiltered(IoeClientProcessEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
addSpecificListenerFiltered
public void addSpecificListenerFiltered(IoeClientProcessEventListener listener, IoeClientProcess objClass, List<String> events) throws IOException - Throws:
IOException
-
removeListenerFiltered
public void removeListenerFiltered(IoeClientProcessEventListener listener, List<String> events) throws IOException - Throws:
IOException
-
removeSpecificListenerFiltered
public void removeSpecificListenerFiltered(IoeClientProcessEventListener listener, IoeClientProcess objClass, List<String> events) throws IOException - Throws:
IOException
-
addListener
- Throws:
IOException
-
addListener
public void addListener(IoeClientProcessEventListener listener, IoeClientProcess objClass) throws IOException - Throws:
IOException
-
removeListener
- Throws:
IOException
-
removeListener
public void removeListener(IoeClientProcessEventListener listener, IoeClientProcess objClass) throws IOException - Throws:
IOException
-